[INFO] cloning repository https://github.com/sawinjer/mst-ga
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sawinjer/mst-ga" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsawinjer%2Fmst-ga", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsawinjer%2Fmst-ga'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 944629425764c397d424a032617193e149cbe641
[INFO] checking sawinjer/mst-ga against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsawinjer%2Fmst-ga" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sawinjer/mst-ga
[INFO] finished tweaking git repo https://github.com/sawinjer/mst-ga
[INFO] tweaked toml for git repo https://github.com/sawinjer/mst-ga written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sawinjer/mst-ga on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sawinjer/mst-ga already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v2.0.17
[INFO] [stderr]   Downloaded thiserror v2.0.17
[INFO] [stderr]   Downloaded quote v1.0.43
[INFO] [stderr]   Downloaded proc-macro2 v1.0.105
[INFO] [stderr]   Downloaded unit-prefix v0.5.2
[INFO] [stderr]   Downloaded array2d v0.3.2
[INFO] [stderr]   Downloaded indicatif v0.18.3
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.33
[INFO] [stderr]   Downloaded zerocopy v0.8.33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918
[INFO] running `Command { std: "docker" "start" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking array2d v0.3.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking ontograph-ga-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `Array2dAddon` is never used
[INFO] [stdout]  --> src/array2d_addons.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait Array2dAddon<T> {
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_clusters_bfs` is never used
[INFO] [stdout]   --> src/array2d_addons.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn find_clusters_bfs(adjacency: &Array2D<usize>) -> Vec<Vec<usize>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `debug` is never used
[INFO] [stdout]   --> src/chromosome.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Chromosome {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 18 |     pub fn debug(&self, graph: &Graph) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `edges` and `describe` are never used
[INFO] [stdout]   --> src/edmonds.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Arborescence {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 25 |     /// Returns the edges in the arborescence as (from, to, weight) tuples
[INFO] [stdout] 26 |     pub fn edges(&self, graph: &Graph) -> Vec<(usize, usize, f64)> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn describe(&self, graph: &Graph) -> String {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_minimum_arborescence` is never used
[INFO] [stdout]    --> src/edmonds.rs:440:8
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub fn find_minimum_arborescence(graph: &Graph) -> Option<Arborescence> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `serialize`, `from_string`, and `from_file` are never used
[INFO] [stdout]   --> src/graph.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Graph {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn serialize(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn from_string(input: String) -> Result<Self, GrapCreationError> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn from_file(file: &mut File) -> Result<Self, GrapCreationError> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GrapCreationError` is never used
[INFO] [stdout]   --> src/graph.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub enum GrapCreationError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MetaChromosome` is never constructed
[INFO] [stdout]   --> src/meta_ga.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct MetaChromosome {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `random`, `print`, `to_simulation_options`, `fitness`, `crossover`, and `mutate` are never used
[INFO] [stdout]   --> src/meta_ga.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl MetaChromosome {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn random() -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn to_simulation_options(&self, graph_size: NonZeroUsize) -> SimulationOptions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn fitness(&self, graph_size: NonZeroUsize, test_graphs: &[Graph]) -> f64 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn crossover(parent1: &Self, parent2: &Self) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn mutate(&mut self) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MetaGA` is never constructed
[INFO] [stdout]    --> src/meta_ga.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct MetaGA {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `run` are never used
[INFO] [stdout]    --> src/meta_ga.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | impl MetaGA {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 113 |     pub fn new(pool_size: usize, graph_size: NonZeroUsize, test_graphs: Vec<Graph>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn run(&mut self, generations: usize) -> MetaChromosome {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OptionsIterator` is never constructed
[INFO] [stdout]  --> src/options_iterator.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct OptionsIterator<'a> {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/options_iterator.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<'a> OptionsIterator<'a> {
[INFO] [stdout]    | ---------------------------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn new(steps: usize, from: &'a Vec<f64>, to: &'a Vec<f64>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug`, `set_pool_size_percent`, `set_mutations_count_percent`, and `set_iterations_count` are never used
[INFO] [stdout]   --> src/simulation.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl SimulationOptions {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn debug(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn set_pool_size_percent(&mut self, pool_size_percent: f64) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn set_mutations_count_percent(&mut self, mutations_count_percent: f64) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn set_iterations_count(&mut self, iteraction_count: NonZeroUsize) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Array2dAddon` is never used
[INFO] [stdout]  --> src/array2d_addons.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait Array2dAddon<T> {
[INFO] [stdout]   |           ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_clusters_bfs` is never used
[INFO] [stdout]   --> src/array2d_addons.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn find_clusters_bfs(adjacency: &Array2D<usize>) -> Vec<Vec<usize>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `debug` is never used
[INFO] [stdout]   --> src/chromosome.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Chromosome {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 18 |     pub fn debug(&self, graph: &Graph) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `edges` and `describe` are never used
[INFO] [stdout]   --> src/edmonds.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl Arborescence {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] 25 |     /// Returns the edges in the arborescence as (from, to, weight) tuples
[INFO] [stdout] 26 |     pub fn edges(&self, graph: &Graph) -> Vec<(usize, usize, f64)> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn describe(&self, graph: &Graph) -> String {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `serialize`, `from_string`, and `from_file` are never used
[INFO] [stdout]   --> src/graph.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Graph {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn serialize(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn from_string(input: String) -> Result<Self, GrapCreationError> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn from_file(file: &mut File) -> Result<Self, GrapCreationError> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GrapCreationError` is never used
[INFO] [stdout]   --> src/graph.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub enum GrapCreationError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MetaChromosome` is never constructed
[INFO] [stdout]   --> src/meta_ga.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct MetaChromosome {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `random`, `print`, `to_simulation_options`, `fitness`, `crossover`, and `mutate` are never used
[INFO] [stdout]   --> src/meta_ga.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl MetaChromosome {
[INFO] [stdout]    | ------------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn random() -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn to_simulation_options(&self, graph_size: NonZeroUsize) -> SimulationOptions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn fitness(&self, graph_size: NonZeroUsize, test_graphs: &[Graph]) -> f64 {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn crossover(parent1: &Self, parent2: &Self) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |     pub fn mutate(&mut self) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MetaGA` is never constructed
[INFO] [stdout]    --> src/meta_ga.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct MetaGA {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `run` are never used
[INFO] [stdout]    --> src/meta_ga.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | impl MetaGA {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 113 |     pub fn new(pool_size: usize, graph_size: NonZeroUsize, test_graphs: Vec<Graph>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn run(&mut self, generations: usize) -> MetaChromosome {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OptionsIterator` is never constructed
[INFO] [stdout]  --> src/options_iterator.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct OptionsIterator<'a> {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/options_iterator.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<'a> OptionsIterator<'a> {
[INFO] [stdout]    | ---------------------------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn new(steps: usize, from: &'a Vec<f64>, to: &'a Vec<f64>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug`, `set_pool_size_percent`, `set_mutations_count_percent`, and `set_iterations_count` are never used
[INFO] [stdout]   --> src/simulation.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl SimulationOptions {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn debug(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn set_pool_size_percent(&mut self, pool_size_percent: f64) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn set_mutations_count_percent(&mut self, mutations_count_percent: f64) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn set_iterations_count(&mut self, iteraction_count: NonZeroUsize) -> &mut Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s
[INFO] running `Command { std: "docker" "inspect" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918", kill_on_drop: false }`
[INFO] [stdout] 47f740caa652f6c9afc7247206fce3ad9983b7527b2aac33e0eb8a0804f50918
